home *** CD-ROM | disk | FTP | other *** search
/ Atari Mega Archive 1 / Atari Mega Archive - Volume 1.iso / gnu / progutil / stdwin.zoo / vt / Makefile.32 < prev    next >
Encoding:
Makefile  |  1989-10-17  |  2.0 KB  |  89 lines

  1. CC = cgcc
  2. CFLAGS = -O -I../h
  3. SRCS=        vt.c vtansi.c vtfunc.c vtputs.c vtresize.c vtusesend.c vtsend.c
  4. OBJS=        vt.o vtansi.o vtfunc.o vtputs.o vtresize.o vtusesend.o vtsend.o
  5. ALL=        vt32
  6. all:        $(ALL)
  7.  
  8. $(ALL) : $(OBJS)
  9.     touch $(ALL)
  10.  
  11. clean:
  12.     rm -f core *.o [,@#]*
  13.  
  14. realclean:    clean
  15.     rm -f lib.a tags *.[A-Z] $(ALL)
  16.  
  17. # End Rules
  18. vt.o: vt.c
  19. vt.o: ./vtimpl.h
  20. vt.o: ../h/configure.h
  21. vt.o: ../h/tools.h
  22. vt.o: ../h/configure.h
  23. vt.o: ../h/l_defs.h
  24. vt.o: ../h/stdwin.h
  25. vt.o: ../h/stdevent.h
  26. vt.o: ../h/stdtext.h
  27. vt.o: ../h/vt.h
  28. vtansi.o: vtansi.c
  29. vtansi.o: ./vtimpl.h
  30. vtansi.o: ../h/configure.h
  31. vtansi.o: ../h/tools.h
  32. vtansi.o: ../h/configure.h
  33. vtansi.o: ../h/l_defs.h
  34. vtansi.o: ../h/stdwin.h
  35. vtansi.o: ../h/stdevent.h
  36. vtansi.o: ../h/stdtext.h
  37. vtansi.o: ../h/vt.h
  38. vtfunc.o: vtfunc.c
  39. vtfunc.o: ./vtimpl.h
  40. vtfunc.o: ../h/configure.h
  41. vtfunc.o: ../h/tools.h
  42. vtfunc.o: ../h/configure.h
  43. vtfunc.o: ../h/l_defs.h
  44. vtfunc.o: ../h/stdwin.h
  45. vtfunc.o: ../h/stdevent.h
  46. vtfunc.o: ../h/stdtext.h
  47. vtfunc.o: ../h/vt.h
  48. vtputs.o: vtputs.c
  49. vtputs.o: ./vtimpl.h
  50. vtputs.o: ../h/configure.h
  51. vtputs.o: ../h/tools.h
  52. vtputs.o: ../h/configure.h
  53. vtputs.o: ../h/l_defs.h
  54. vtputs.o: ../h/stdwin.h
  55. vtputs.o: ../h/stdevent.h
  56. vtputs.o: ../h/stdtext.h
  57. vtputs.o: ../h/vt.h
  58. vtresize.o: vtresize.c
  59. vtresize.o: ./vtimpl.h
  60. vtresize.o: ../h/configure.h
  61. vtresize.o: ../h/tools.h
  62. vtresize.o: ../h/configure.h
  63. vtresize.o: ../h/l_defs.h
  64. vtresize.o: ../h/stdwin.h
  65. vtresize.o: ../h/stdevent.h
  66. vtresize.o: ../h/stdtext.h
  67. vtresize.o: ../h/vt.h
  68. vtusesend.o: vtusesend.c
  69. vtusesend.o: ./vtimpl.h
  70. vtusesend.o: ../h/configure.h
  71. vtusesend.o: ../h/tools.h
  72. vtusesend.o: ../h/configure.h
  73. vtusesend.o: ../h/l_defs.h
  74. vtusesend.o: ../h/stdwin.h
  75. vtusesend.o: ../h/stdevent.h
  76. vtusesend.o: ../h/stdtext.h
  77. vtusesend.o: ../h/vt.h
  78. vtusesend.o: ./vtserial.h
  79. vtsend.o: vtsend.c
  80. vtsend.o: ./vtimpl.h
  81. vtsend.o: ../h/configure.h
  82. vtsend.o: ../h/tools.h
  83. vtsend.o: ../h/configure.h
  84. vtsend.o: ../h/l_defs.h
  85. vtsend.o: ../h/stdwin.h
  86. vtsend.o: ../h/stdevent.h
  87. vtsend.o: ../h/stdtext.h
  88. vtsend.o: ../h/vt.h
  89.